home *** CD-ROM | disk | FTP | other *** search
- Path: dispatch.news.demon.net!demon!mckean.demon.co.uk
- From: martin@mckean.demon.co.uk (Martin McKean)
- Newsgroups: comp.lang.c++
- Subject: How to copy text to Win95 clipboard?
- Date: Sat, 13 Apr 1996 18:48:25 GMT
- Message-ID: <316ff634.6913883@news.demon.co.uk>
- NNTP-Posting-Host: mckean.demon.co.uk
- X-NNTP-Posting-Host: mckean.demon.co.uk
- X-Newsreader: Forte Agent .99d/32.182
-
- How do I set up a handle to a character string so that I can put that
- string on the clipboard?
-
- The second paramater of SetClipboardData needs this, but I find it
- rather confusing. All I want to do is set up a char array and place it
- on the clipboard (after using OpenClipboard and EmptyClipboard).
-
- I'm using VC4++; grateful for any help!!
-
- Thanks
- Martin
-